Skip to main content

ImageMakeFromResourceFile

Type

operator

Summary

Creates a new image.

Syntax

image from resource file <mResource>

Description

Creates a new image.

Parameters

NameTypeDescription

mResource

An expression which evaluates to a string.

Examples

// Load image from a bundled resource file
variable tImage
put image from resource file "images/logo.png" into tImage
Thank you for your feedback!

Was this page helpful?